/*!--

[TABLE OF CONTENTS]

1.0 Custom Variables
2.0 Variable Reset, Bootstrap mixins & Functions
3.0 Common CSS
    3.1 Nav
    3.1 Header
    3.1 Footer
4.0 Page CSS
    4.1 Home
    4.2 About
    4.3 Price
    4.4 Blog
    4.5 Contact
    4.6 Error
    4.7 Login
    4.8 FAQ
    4.9 Careers
5.0 Reset
6.0 Custom
7.0 Animations
8.0 Customizer Styles

--*/
/**
* Custom Variables
*
* @author Ajay138
* @version 1.0
*
* "You can add your own variables below this comment".
*/

.input-tooltip .mytext
{
	margin:0px auto;
	min-height: 35px;
	width:250px;
	visibility: hidden;
	background-color: #6D8AA9;
	color: #fff;
	z-index: 10;
	color:#ffffff;
	background:#6D8AA9;
	font-size:16px;
	position:absolute;
	left: 20.8em;
}

.input-tooltip .mytext:after
{
	content: "";
	position: absolute;
	top: 28%;
	right: 15.6em;
	border-width: 0.5em;
	border-style: solid;
	border-color: transparent #6D8AA9 transparent transparent;
}

.group
{
	position:relative;
	margin-bottom:0px;
}

.group img
{
	left:295px;
	top:7px;
	float:right;
	position:absolute;
	width:20px;
	height:20px;
	display:none;
	background:#ffffff;
}

ul, li
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

ol, li
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

*
{
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.container
{
	display: table;
	empty-cells:
	show;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	margin-top:5px;
}

.mainwindow
{
	background: -webkit-gradient(linear, left top, left bottom, from(#004d1a), to(#000000)) fixed;
}

.mainHeader
{
	background-color: #00529c;
	color: white;
	margin: auto;
	padding: 10px;
	border-radius: 8px 8px 0 0;
	position: relative;
	overflow: auto;
	border-top: 1px solid #9DB6D9;
}

.HeaderText
{
	font-size: 16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.column
{
	flex: 1;
	position: relative;
}

.flexrow
{
	display: flex;
	margin: auto;
	position: relative;
}

.resource
{
	padding: 0 10px;
	background-color: #cce6ff;
	max-width: 160px;
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bold
{
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button
{
	margin: auto;
	width: 340px;
	height: 50px;
	display: table;
	color: white;
	background-color: #004799;
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.button:hover
{
	color: #ffffff;
	background-color: #337ab7;
	border: 4px solid #cce6ff;
}

.resource a
{
	font-size: 10px;
	font-weight: bold;
	color: #00529c;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.footer
{
	padding: 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin-right: 10px;
	flex-wrap: wrap;
	align-content: space-between;
}

.footer li
{
	font-size: 14px;
	display:inline;
	border-right: 3px solid #ffffff;
	padding: 0px 8px 0px 8px;
	text-decoration:none;
}

.footer li a
{
	color:white;
}

/*.footer li a:hover
{
	border: 8px solid #337ab7;
	border-radius:5px;
}*/

.footer li:last-child
{
	border-right: none;
}

.footer img
{
	min-width: 100px;
	height: 25px;
}

.resource a:hover
{
	border: 2px solid;
	border-radius: 5px 5px 5px 5px;
}

.content
{
	color: #003a66;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maincontent
{
	background-color: #fff;
}

.headerNav
{
	display: table;
	float: right;
	margin-right: 10px;
}

.headerNav li
{
	font-size: 14px;
	display:inline;
	border-right: 2px solid #ffffff;
	line-height: 1em;
	padding: 0px 8px 0px 8px;
	text-decoration:none;
}

.headerNav li a
{
	color:white;
	text-decoration: underline;
}

.headerNav li:last-child
{
	border-right: none;
}

.createAccount
{
	margin-top: 1em;
	margin-right: 4em;
	margin-bottom: 1em;
	margin-left: 4em;
	min-width: 800px;
	max-width: 100%;
	margin:1em auto 1em 5em;
	background-color: #ffffff;
	border-radius: 8px;
	border: 2px solid #00529c;
	box-shadow: 2px 2px 4px #7a7a7a;
}

.pagecontent
{
	clear: both;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 10px;
}

.signin
{
	background: #f9f9f9;
	max-width: 300px;
	padding: 25px 25px 25px 25px;
	border-radius: 3px;
	color: #001833;
}

.createAccColumn
{
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.signInAccColumn
{
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.label
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type=text],
input[type=password]
{
	height: 34px;
	width: 320px;
	padding: 8px;
	border: 1px solid #d8d8d8;
	color: #000000;
	font-size: 1.2em;
	border-radius: 3px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	autocomplete: off;
}

input[type=radio]
{
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	background-color: #2196F3;
	height: 20px;
	width: 15px;
	font-size: 1.2em;
	border-radius: 3px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	autocomplete: off;
}

input:focus
{
	border: 1px solid #52a8ec;
	box-shadow: 0 0 10px #52a8ec;
}

.inputSuccess
{
	border: 1px solid #d8d8d8;
}

.inputErr
{
	border: 1px solid #ff0000;
	box-shadow: 0 0 2px #ff0000;
}

.input-error
{
	color: #ff0000;
	display: none;
	font-size: 10.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.btnLogin
{
	width: 200px;
	height: 50px;
	color: white;
	background-color: #004799;
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.btnLogin:hover
{
	color: #ffffff;
	background-color: #337ab7;
	border: 4px solid #cce6ff;
}

.tooltip
{
	display:none;
	position:absolute;
	margin-top:2px;
	margin-left:5px;
	z-index:10;
	border:1px solid #52a8ec;
	background:#52a8ec;
}

.operations
{
	display: flow-root;
	color:#000000;
	padding: 10px 0 10px 10px;
	background-color: #f5f5f5;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headerActBtn
{
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 5px;
}

.FormsContainer
{
	min-height: 310px;
	display:inline;
}

.FormsList
{
	text-decoration:none;
	margin:0;
	padding:0;
	font-size:0.75em;
	font-weight:bold;
	color:#00004d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.loader-outer {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	display: flex;
	justify-content: center;
	align-items: center;
	display:none;
}
.loader-background {
	width:200px;
	height:80px;
	background:#fff;
	margin:auto;
	border-radius:6px;
	position: relative;
  	top:35%;
}
.loader-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #004480;
	text-align:center;
}

.FFILoader, .loader-spin {
	width:40px;
	height:40px;
	border-radius:60%;
	border:7px solid #004480;
	border-left:7px solid #9DB6D9;
	border-right:7px solid #9DB6D9;
	position:absolute;
	top:40%;
	left:40%;
	z-index:9999;
	animation:spin 0.8s ease infinite;
	-webkit-animation:spin 0.8s ease infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/**
* Customize SCSS
*
* @author Ajay138
* @version 1.0
*
* "You can add your own style below this comment".
*/

/*# sourceMappingURL=main.css.map*/